﻿.scrollbar::-webkit-scrollbar-button {
    display: none
}

.scrollbar {
    overflow-y: hidden;
    position: relative;
}

.anosTitle {
    display: block;
    font-size: 40px;
    text-align: center;
    color: #021f59;
    font-family: "Mohr-SemiBold";
    margin: 40px auto;
}

.scrollbar:hover {
    overflow-y: scroll;
    width: 100%;
}

#pills-tab {
    height: 80px;
    justify-content: space-evenly;
}

#pills-tab a {
    position: relative;
}

#pills-tab .active h4 {
    color: #00bf44;
}

#pills-tab .active::after {
    content: " ";
    width: calc(100% + 20px);
    height: 4px;
    background-color: #00bf44;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: absolute;
    left: 50%;
    bottom: -27px;
    transform: translateX(-50%);
}

#pills-tab h4 {
    margin: 0px;
    color: #021f59;
    text-align: center;
    font-size: 21px;
    font-family: "Mohr-SemiBold";
}

#pills-tabContent {
    background-color: #f5f5f5;
}

.text-princ {
    font-family: "Mohr-LighIt";
    font-size: 30px;
    color: #707070;
    line-height: 66px;
    letter-spacing: -0.6px;
}

.productslider-block {
    margin: 0px 0px 50px 0px;

}

.card {
    margin: 0px;
    width: 100%;
    padding: 30px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}

.card-img {
    padding: 40px 0px;
    border-bottom: 1px solid #00bf44;
}

.card-img img {
    height: 100px;
    margin: 0 auto;
}

.card-text {
    max-height: 300px;
    color: #707070;
    text-align: left;
    font-size: 16px;
    font-family: "Mohr-Medium";
}

.cardmc {
    position: relative;
    display: -ms-flexbox;
    display: inline-block;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 6px;
    margin-bottom: 1rem;
    width: 38.25rem;
    height: 10.313rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.cardmc .card-title {
    color: #021f59;
    font-size: 15px;
    text-align: left;
    line-height: 22px;
    font-family: "Mohr-Medium";
    margin-bottom: -0.25rem;
    margin-top: 1.25rem;

}

.cardmc .sub-title {
    color: #00bf44;
    font-size: 15px;
    text-align: left;
    line-height: 22px;
    font-family: "Mohr-Medium";
}

.cardmc .text-mc {
    color: #707070;
    font-size: 13px;
    text-align: left;
    line-height: 18px;
    font-family: "Mohr-Medium";
    margin-top: -0.55rem;
    padding: 0px 36px 0px 0px;
}

.mc {
    width: 6.125rem;
    height: 6.25rem;
}

.cards-slick {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slick-disabled {
    display: none !important;
}

button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    height: 36px;
    margin-top: -18px;
    color: #021f59;
    line-height: 36px;
    font-size: 28px;
    cursor: pointer;
    z-index: 10;
    border: 1px solid #021f59;
    border-radius: 50px;
    padding: 0px 7px 0px 14px;
    padding-left: 15px;

}

.slider-prev {
    left: -1%;
}

.slider-next {
    right: -1%;
}

.fa-angle-left:before {
    content: "\f104";
    right: 37%;
    position: relative;
}

.fa-angle-right:before {
    content: "\f105";
    position: relative;
    right: 23%;
}

.carrousel-business {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
    justify-items: center;
}

.bannerImgMobile {
    background-position: right;
}

@media screen and (max-width:1920px) {
    .carrousel-mc .slick-slide {
        width: auto !important;
    }

    .slick-slide {
        width: 100%;
    }
}

@media (max-width: 1280px) {
    .slider-arrow {
        display: none;
    }

    .card {
        width: 26rem;
    }
}

@media (max-width: 834px) {
    .tablet {
        display: none;
    }
}

@media screen and (min-width:768px) and (max-width:1000px) {
    .card {
        width: 20rem;
    }

    .carrousel-business {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width:640px) {
    #pills-tab {
        height: auto;
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
    }

    #pills-tab li {
        margin-bottom: 20px;
    }

    #pills-tab .active::after {
        content: none;
    }

    .slider-arrow {
        display: none;
    }

    .cardmc {
        width: auto;
        height: auto;
        min-height: 374px;
    }

    .cardmc .card-title {
        text-align: center;

    }

    .cardmc .sub-title {
        text-align: center;

    }

    .cardmc .text-mc {
        text-align: center;
        padding: 0px 10px 0px 10px;
        overflow: hidden;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .responsive {
        padding: 34px 10px 0px 140px;
    }

    .slick-slide img {
        display: block;
        margin: 10px auto;
    }

    .card {
        width: 21rem;
        height: auto;
    }

    .card-img img {
        height: auto;
    }

    .card-text {
        max-height: unset;
    }

    .scrollbar:hover {
        overflow-y: hidden;
    }

    .carrousel-business {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 375px) {
    .card {
        width: 19rem;
    }
}